home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / INFO / HELPSB.ZIP / DISK1.ZIP / HELP / RD / SUMMARY.HLP < prev   
Text File  |  1989-01-01  |  1KB  |  24 lines

  1.                             RD
  2.  
  3. RD is an internal command that removes a directory.  The directory must be
  4. empty.  No files or subdirectories can be in it. RD will not remove any
  5. subdirectories in the directory. (However, see the RDSTAR topic and the
  6. RECOVER command EXAMPLES topic for ways to remove subdirectories as well.)
  7.  
  8.     RMDIR [d:]pathname
  9.       or
  10.     RD [d:]pathname
  11.  
  12. [d:] is the drive letter that contains the disk that has on it the directory
  13.     you wish to delete.
  14.  
  15. pathname is the name of the directory you wish to delete.  If the directory
  16.     is a subdirectory, you must specify the name of the parent directory,
  17.     as well, unless the parent directory is the current default directory.
  18.     \, ., and .. cannot be used.
  19.  
  20. Hint: If the DIR command does not show any files in a directory, but RD 
  21. says "directory not empty" when you try to delete it, there may be a hidden
  22. file in the directory. Also, there may be a disk drive letter linked to the
  23. directory by the SUBST command. 
  24.